runtime.stackWorkBufHdr.next (field)
4 uses
runtime (current package)
mgcstack.go#L118: next *stackWorkBuf // linked list of workbufs
mgcstack.go#L219: buf.next = nil
mgcstack.go#L229: buf.next = *head
mgcstack.go#L255: buf = buf.next
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)